docs: Flesh out the role table in the a11y intro
authorMatthias Clasen <mclasen@redhat.com>
Mon, 27 Jul 2020 15:10:58 +0000 (11:10 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 27 Jul 2020 15:10:58 +0000 (11:10 -0400)
Add cross-references for all the widgets currently
implementing non-default roles.

docs/reference/gtk/section-accessibility.md

index 19b023cc18073046385011ce64261133c902acc7..c8f2b5983f1bef050d7f0a331c5025aa026eeb62 100644 (file)
@@ -50,6 +50,13 @@ Each role name is part of the #GtkAccessibleRole enumeration.
 | `CHECKBOX` | A control that has three possible value: `true`, `false`, or `undefined` | #GtkCheckButton |
 | `COLUMNHEADER` | The header of a column in a list or grid | - |
 | `COMBOBOX` | A control that can be expanded to show a list of possible values to select | #GtkComboBox |
+| `DIALOG` | A dialog that prompts the user to enter information or require a response | #GtkDialog and subclasses |
+| `PROGRESS_BAR` | An element that display progress | #GtkProgressBar |
+| `RADIO` | A checkable input in a group of radio roles | #GtkRadioButton |
+| `SCROLLBAR` | A graphical object controlling the scolling of content | #GtkScrollbar |
+| `SEPARATOR` | A divider that separates sections of content or groups of items | #GtkSeparator |
+| `SPIN_BUTTON` | A range control that allows seelcting among discrete choices | #GtkSpinButton |
+| `SWITCH` | A control that represents on/off values | #GtkSwitch |
 | `...` | … |
 
 See the [WAI-ARIA](https://www.w3.org/WAI/PF/aria/appendices#quickref) list